home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
sb_bust.swf
/
scripts
/
frame_65
/
DoAction.as
Wrap
Text File
|
2006-07-26
|
261b
|
14 lines
if(_global.Param.G_EnemyWin == 2)
{
gotoAndStop("LooseLvl");
}
else if(_global.Param.G_PlayerWin == 2)
{
gotoAndStop("WinLvl");
}
else
{
_global.Param.G_Round = _global.Param.G_Round + 1;
gotoAndStop("Level" + _global.Param.G_Level);
}